go.opentelemetry.io/otel/attribute.Set.hash (field)

12 uses

	go.opentelemetry.io/otel/attribute (current package)
		set.go#L31: 		hash uint64
		set.go#L72: 		hash: emptyHash,
		set.go#L77: 		hash: emptyHash,
		set.go#L103: 	if l == nil || l.hash == 0 {
		set.go#L111: 	if l == nil || l.hash == 0 {
		set.go#L127: 	if l == nil || l.hash == 0 {
		set.go#L175: 	if l == nil || l.hash == 0 {
		set.go#L176: 		return Distinct{hash: emptySet.hash}
		set.go#L178: 	return Distinct{hash: l.hash}
		set.go#L186: 	if l == nil || l.hash == 0 {
		set.go#L189: 	if o == nil || o.hash == 0 {
		set.go#L361: 		hash: hashKVs(kvs),